ITIMEMediaPlayer::src Property

Internet Development Index

Sets or retrieves the source URL of the media.

Syntax

HRESULT ITIMEMediaPlayer::put_src(BSTR url);

Parameters

url
BSTR爐hat specifies the URL of the media.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

This property is only relevant for people who are writing a custom player for HTML+TIME (Timed Interactive Multimedia Extensions).